Skip to content

Add uplink_sequence() method to IntegrationTestAPI#281

Merged
thomas-bc merged 1 commit intonasa:develfrom
nateinaction:sequence-uplink-integration-api
Feb 5, 2026
Merged

Add uplink_sequence() method to IntegrationTestAPI#281
thomas-bc merged 1 commit intonasa:develfrom
nateinaction:sequence-uplink-integration-api

Conversation

@nateinaction
Copy link
Contributor

Related Issue(s)
Has Unit Tests (y/n) n
Documentation Included (y/n) y

Change Description

Hey team, This PR adds uplink_sequence() and uplink_sequence_and_await_completion() helper methods to the IntegrationTestAPI class. uplink_sequence() compiles text sequence files into bins and then passes them to the uplink_file() method.

Rationale

I'm writing tests that verify sequences are cancelled under certain conditions. In our repo I have access to a .seq text file and I think this kind of helper feels more natural living upstream.

Testing/Review Recommendations

I have run tests using uplink_sequence_and_await_completion() and verified that they are uplinking and eventing successfully.

Future Work

I didn't feel like there was a consistent method for catching and reraising errors in this class. Happy to take feed back on the implementation.

Copy link
Collaborator

@thomas-bc thomas-bc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is great, thanks a lot for contributing back. Was this tested end-to-end locally? It'd be good if we could get some testing in there for CI...

@thomas-bc thomas-bc merged commit d3faac8 into nasa:devel Feb 5, 2026
16 of 23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants